Add an extra parameter use_text to gtk_paint_label() to deal with
authorOwen Taylor <otaylor@redhat.com>
Mon, 30 Apr 2001 23:23:54 +0000 (23:23 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 30 Apr 2001 23:23:54 +0000 (23:23 +0000)
commit2d372c4053d512c1825f681326f6e4187c399e5a
treef88f272aef4068e7614f02c68b33584b27eac334
parent483f2d520346952ed7f20d632b1a5967549d3a53
Add an extra parameter use_text to gtk_paint_label() to deal with

Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
  gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
  gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
          use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].

* gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
  with GtkWidget::interior_focus = TRUE better.

* gtk/gtkbutton.c

* gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove
G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
change that had to be made with g_object_get.
22 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkaccellabel.c
gtk/gtkbbox.c
gtk/gtkbutton.c
gtk/gtkcellrenderertext.c
gtk/gtkdialog.c
gtk/gtkhruler.c
gtk/gtkhscale.c
gtk/gtklabel.c
gtk/gtkoptionmenu.c
gtk/gtkprogressbar.c
gtk/gtkstyle.c
gtk/gtkstyle.h
gtk/gtkvruler.c
gtk/gtkvscale.c
gtk/gtkwidget.c